home *** CD-ROM | disk | FTP | other *** search
- // Borland C++ Builder
- // Copyright (c) 1995, 1998 by Borland International
- // All rights reserved
-
- // (DO NOT EDIT: machine generated header) 'VCLCom.pas' rev: 3.00
-
- #ifndef VCLComHPP
- #define VCLComHPP
- #include <Classes.hpp>
- #include <ComObj.hpp>
- #include <ActiveX.hpp>
- #include <SysInit.hpp>
- #include <System.hpp>
-
- //-- user supplied -----------------------------------------------------------
-
- namespace Vclcom
- {
- //-- type declarations -------------------------------------------------------
- class DELPHICLASS TComponentFactory;
- class PASCALIMPLEMENTATION TComponentFactory : public Comobj::TAutoObjectFactory
- {
- typedef Comobj::TAutoObjectFactory inherited;
-
- protected:
- virtual Comobj::TComObject* __fastcall CreateComObject(const _di_IUnknown Controller);
- virtual void __fastcall UpdateRegistry(bool Register);
-
- public:
- __fastcall TComponentFactory(Comobj::TComServerObject* ComServer, System::TMetaClass* ComponentClass
- , const GUID &ClassID, Comobj::TClassInstancing Instancing);
- public:
- /* TComObjectFactory.Destroy */ __fastcall virtual ~TComponentFactory(void) { }
-
- };
-
- //-- var, const, procedure ---------------------------------------------------
-
- } /* namespace Vclcom */
- #if !defined(NO_IMPLICIT_NAMESPACE_USE)
- using namespace Vclcom;
- #endif
- //-- end unit ----------------------------------------------------------------
- #endif // VCLCom
-